PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFResourceOptimizer Class / PDFResourceOptimizer Constructor / PDFResourceOptimizer Constructor(PDFFixedDocument)
The document whose resources need to be optimized.
In This Topic
    PDFResourceOptimizer Constructor(PDFFixedDocument)
    In This Topic
    Initializes a new Object with a PDF document.
    Syntax
    public PDFResourceOptimizer( 
       PDFFixedDocument document
    )

    Parameters

    document
    The document whose resources need to be optimized.
    See Also